-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog #185
Conversation
|
||
- `w3lib.util.str_to_unicode`` | ||
- ``w3lib.util.unicode_to_str`` | ||
- ``w3lib.util.to_native_str`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These functions are not documented as :func:...
, because they're not in w3lib.rst auto-generated API docs, and I didn't want to add them there.
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 7 7
Lines 480 480
Branches 93 93
=======================================
Hits 461 461
Misses 9 9
Partials 10 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left suggestions at #186, but I am OK merging as is.
Minor language and format suggestions
I think we should release 2.0.0, because Python 2 compat is removed, and there are some deprecation removals.